Resource StructureDefinition/FHIR Server from package healthdata.be.r4.cbb#0.16.0-beta (109 ms)
Package | healthdata.be.r4.cbb |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-Payer-Organization |
Url | https://fhir.healthdata.be/StructureDefinition/HdBe-Payer-Organization |
Status | draft |
Date | 2022-10-17T09:09:13.9562003+00:00 |
Name | HdBePayerOrganization |
Title | HdBe-Payer Organization |
Experimental | False |
Description | The Payer profiles can refer to respectively an Organization as PayerPerson or an InsuranceCompany. This profile can thus represent either the PayerName or InsuranceCompany concept and both the AddressInformation and ContactInformation concepts of the CBB Payer. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Organization |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "HdBe-Payer-Organization",
"meta" : {
"lastUpdated" : "2022-08-19T08:00:11.1048349+00:00"
},
"url" : "https://fhir.healthdata.be/StructureDefinition/HdBe-Payer-Organization",
"name" : "HdBePayerOrganization",
"title" : "HdBe-Payer Organization",
"status" : "draft",
"date" : "2022-10-17T09:09:13.9562003+00:00",
"publisher" : "Healthdata.be (Sciensano)",
"contact" : [
{
"name" : "Service portal â healthdata.be",
"telecom" : [
{
"system" : "url",
"value" : "https://sciensano.service-now.com/sp",
"use" : "work"
}
]
}
],
"description" : "The Payer profiles can refer to respectively an Organization as PayerPerson or an InsuranceCompany. This profile can thus represent either the PayerName or InsuranceCompany concept and both the AddressInformation and ContactInformation concepts of the CBB Payer.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"uri" : "https://zibs.nl/wiki/Payer-v3.1.1(2020EN)",
"name" : "zib Payer-v3.1.1(2020EN)"
},
{
"identity" : "HdBe-Payer",
"uri" : "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-Payer",
"name" : "HdBe logical model Payer"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Organization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Organization",
"path" : "Organization",
"short" : "InsuranceCompany",
"comment" : "The CBB Payer is split into two focal profiles on Coverage based on the PayerPerson and InsuranceCompany containers. These profiles can refer to respectively an Organization as PayerPerson or an InsuranceCompany. This profile can thus represent either the PayerName or InsuranceCompany concept and both the AddressInformation and ContactInformation concepts of the CBB.",
"alias" : [
"Verzekeraar"
],
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.3",
"comment" : "InsuranceCompany"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.InsuranceCompany"
}
]
},
{
"id" : "Organization.identifier",
"path" : "Organization.identifier",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Organization.identifier:be-InsuranceIdentificationNumber",
"path" : "Organization.identifier",
"sliceName" : "be-InsuranceIdentificationNumber",
"short" : "IdentificationNumber",
"definition" : "Unique healthcare insurance company identification.",
"alias" : [
"IdentificatieNummer"
],
"max" : "1",
"patternIdentifier" : {
"system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/be-insurancenumber"
},
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.7",
"comment" : "IdentificationNumber"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.InsuranceCompany.IdentificationNumber"
}
]
},
{
"id" : "Organization.name",
"path" : "Organization.name",
"short" : "OrganizationName / PayerName",
"definition" : "Full, official name of the healthcare insurance company or paying organization.",
"alias" : [
"OrganisatieNaam",
"BetalerNaam"
],
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.16",
"comment" : "OrganizationName"
},
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.5",
"comment" : "PayerName"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.InsuranceCompany.OrganizationName"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.PayerPerson.PayerName"
}
]
},
{
"id" : "Organization.telecom",
"path" : "Organization.telecom",
"short" : "ContactInformation",
"definition" : "The payerâs telephone number and/or e-mail address.",
"alias" : [
"Contactgegevens"
],
"type" : [
{
"code" : "ContactPoint",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/HdBe-ContactInformation"
]
}
],
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.12",
"comment" : "ContactInformation"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.ContactInformation"
}
]
},
{
"id" : "Organization.address",
"path" : "Organization.address",
"definition" : "The payerâs address information.",
"type" : [
{
"code" : "Address",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/HdBe-AddressInformation"
]
}
],
"mapping" : [
{
"identity" : "zib-payer-v3.1.1-2020EN",
"map" : "NL-CM:1.1.17",
"comment" : "AddressInformation"
},
{
"identity" : "HdBe-Payer",
"map" : "Payer.AddressInformation"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.